container: Redo style validation handling
authorBenjamin Otte <otte@redhat.com>
Fri, 13 Apr 2012 15:27:47 +0000 (17:27 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 17 Apr 2012 06:59:23 +0000 (08:59 +0200)
commit04c85a5b3bfe5ed276eb0530ce7bddd55dc7c204
tree29b32fdd3173a6adc288b26e5dab80f3bace9911
parent17ccbe484313d9a81e750b80dd7ddc41964b8ee3
container: Redo style validation handling

Instead of using 1 global queue for both resizes and style validation,
use 2 queues. This makes the code a lot simpler and fixes a bug where we
could accidentally stop restylying for very delayed restyles.
gtk/gtkcontainer.c
gtk/gtkcontainerprivate.h
gtk/gtkstylecontext.c